From e49ae208040b9cb9d5829157f811238477df03dd Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Mon, 4 Apr 2011 22:46:30 -0500 Subject: [PATCH] Invoke the correct xmlstarlet executable on Debian systems. Emacs now invokes the correct xmlstarlet executable on Debian systems. Emacs invokes xmlstarlet rather than xml, which is the correct executable name on Debian systems. Provided-by: Jussi Judin Date: Sat, 20 Oct 2007 14:42:02 UTC Added-by: Rob Browning Status: Debian specific Bug: 447378 --- lisp/progmodes/flymake.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index 07393c6954d..e249e3babc7 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el @@ -1774,7 +1774,7 @@ Use CREATE-TEMP-F for creating temp copy." ;;;; xml-specific init-cleanup routines (defun flymake-xml-init () - (list "xml" (list "val" (flymake-init-create-temp-buffer-copy 'flymake-create-temp-inplace)))) + (list "xmlstarlet" (list "val" (flymake-init-create-temp-buffer-copy 'flymake-create-temp-inplace)))) (provide 'flymake) -- 2.30.2